Esx Settings Depots AddonSummary

Esx Settings Depots AddonSummary
Esx Settings Depots AddonSummary

The Esx Settings Depots AddonSummary schema contains fields that describe the summary of an addon.

This schema was added in vSphere API 7.0.3.0.

JSON Example
{
    "display_name": "string",
    "vendor": "string",
    "versions": [
        {
            "version": "string",
            "display_version": "string"
        }
    ]
}
string
display_name
Required

Human readable name of the addon.

This property was added in vSphere API 7.0.3.0.

string
vendor
Required

Vendor of the addon.

This property was added in vSphere API 7.0.3.0.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.esx.settings.depots.vendor. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.esx.settings.depots.vendor.

versions
Required

Different versions of the addon.

This property was added in vSphere API 7.0.3.0.